projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b24197c
)
Add html_root_url
author
Felix Krull
<f_krull@gmx.de>
Wed, 22 May 2019 16:20:40 +0000
(18:20 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000
(12:53 -0400)
rust-bindings/rust/src/lib.rs
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/src/lib.rs
b/rust-bindings/rust/src/lib.rs
index b8fc7c0ff87783dd8f162a286f881ac75f0a5c80..a327082430b6ca40234d7fc34abc0e42a2d7b937 100644
(file)
--- a/
rust-bindings/rust/src/lib.rs
+++ b/
rust-bindings/rust/src/lib.rs
@@
-1,3
+1,5
@@
+#![doc(html_root_url = "https://fkrull.gitlab.io/ostree-rs")]
+
extern crate gio_sys;
extern crate glib_sys;
extern crate gobject_sys;